home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Programacao / Pacific C for DOS / BIN / PPD.INI < prev    next >
INI File  |  1999-05-19  |  4KB  |  149 lines

  1. [PPD]
  2. Project=none
  3. Curfile=E:\PCE08CD1\UTILIT~1\PROGRA~1\PACIFI~1\EXAMPLES\READDIR.C 23 1
  4. Tabsize=8
  5. File0=H:\PCE08CD1\UTILIT~1\PROGRA~1\PACIFI~1\BIN\README.TXT 1 1
  6. File1=none
  7. File2=none
  8. File3=none
  9. File4=none
  10. File5=none
  11. File6=none
  12. File7=none
  13. #
  14. #    Menu bar clock enable: 0 = off, non-zero = on
  15. #
  16. Clock=1
  17. #
  18. #    sound enable: 0 = off, non-zero = on
  19. #
  20. Sound=1
  21. #
  22. Ucnam0=
  23. Ucmd0=
  24. Ucnam1=
  25. Ucmd1=
  26. Ucnam2=
  27. Ucmd2=
  28. Ucnam3=
  29. Ucmd3=
  30. SavedTemp=
  31. Autosave=0
  32. Warnlevel=0
  33. [WINDOWS]
  34. #
  35. #    The SCREEN=rows,lines value is used to select any of the "standard"
  36. #    EGA or VGA text modes.  This value is only used if EGA or VGA are
  37. #    detected.  Useful combinations are:
  38. #
  39. #        EGA:    25,350 or 43,350  (these also work on VGA)
  40. #        VGA:    25,400, 28,400 or 50,400
  41. #
  42. #    The SCREEN= value will not set a lower resolution mode than is
  43. #    already in use.  Eg. SCREEN=25,400 will not set 25 lines if a
  44. #    50 line screen is already selected using the DOS MODE command.
  45. #    The 28 rows by 400 scan lines mode is very nice on most VGA displays.
  46. #
  47. SCREEN=28,400
  48. #
  49. MOUSE=50,50,0,1
  50. SOUND=On
  51. CLOCK=On
  52. [COLOURS]
  53. #
  54. #    colour settings:
  55. #
  56. #    Remove the # before any line to set the colours for the specifed
  57. #    window.  In each colour group, the first value is the foreground
  58. #    colour, the second is the background colour.  The attribute names
  59. #    for most windows are:
  60. #
  61. #    normal:        normal text colour
  62. #    bright:        bright/highlighted text colour 
  63. #    inverse:    inverse text colour
  64. #    frame:        window frame colour
  65. #    title:        window title colour
  66. #    button:        colour for any buttons in window
  67. #
  68. #    If just the "normal" colour for a window is specified, the
  69. #    settings of "bright", "inverse", "frame" and "title" will be
  70. #    extrapolated from the "normal" colour.
  71. #
  72. #    Valid colours: foreground: 0-15, background: 0-7
  73. #
  74. #    0=black        1=blue        2=green        3=cyan
  75. #    4=red        5=magenta    6=brown        7=white
  76. #    8=grey        9=bright blue    10=bright green    11=bright cyan
  77. #    12=bright red    13=br. magenta    14=yellow    15=bright white
  78. #
  79. #    The settings below create a horrible "neon" colour scheme.
  80. #
  81. #Editor=normal:7,1 bright:0,3 button:1,7 hilite:14,0
  82. #Clipboard=normal:7,0 bright:14,0
  83. #Table_help=normal:14,0 bright:15,0
  84. #Compdial=normal:7,4 bright:7,0 frame:6,4
  85. #Map_window=normal:0,5
  86. #Help_window=normal:14,0 bright:15,0 inverse:4,7
  87. #Ascii_window=normal:2,0 button:4,7 high:3,0
  88. #Calculator=normal:7,0
  89. #Warndial=normal:7,4
  90. #Msg_window=normal:15,6
  91. #
  92. #    Set C_colours=1 to enable C colour coding, C_colours=0 to disable
  93. #
  94. C_colours=1
  95. #
  96. #    The settings below define the colours used by the editor
  97. #    when displaying colour coded C source.  The editor breaks
  98. #    C code into "language elements" named as follows:
  99. #
  100. #    C_wspace:    White space - foreground colour affects cursor
  101. #    C_number:    Octal, decimal and hexadecimal numbers
  102. #    C_alpha:    Alphanumeric variable, macro and function names
  103. #    C_punct:    Punctuation characters, etc.
  104. #    C_keyword:    C keywords and variable types: e.g. int, static, etc.
  105. #    C_brace:    Open and close braces: { }
  106. #    C_s_quote:    Text in single quotes
  107. #    C_d_quote:    Text in double quotes
  108. #    C_comment:    Traditional C style comments: /* ... */
  109. #    Cpp_comment:    C++ style comments: // ...
  110. #    C_preprocessor:    C pre-processor directives: #blah
  111. #    Include_file:    Include file names
  112. #    Error:        Errors - anything incorrect detected by the editor
  113. #    Asm_code:    Inline assembler code (#asm ... #endasm)
  114. #    Asm_comment:    Assembler comments: ; ...
  115. #
  116. #C_wspace=7,1
  117. #C_number=7,1
  118. #C_alpha=7,1
  119. #C_punct=15,1
  120. #C_keyword=15,1
  121. #C_brace=11,1
  122. #C_s_quote=3,1
  123. #C_d_quote=3,1
  124. #C_comment=14,1
  125. #Cpp_comment=14,1
  126. #C_preprocessor=13,1
  127. #Include_file=2,1
  128. #Error=6,1
  129. #Asm_code=11,1
  130. #Asm_comment=14,1
  131. #
  132. #    The settings below may be used to create menu and menu bar
  133. #    colour schemes.  The following attribute values are valid:
  134. #
  135. #    Menu:    normal:        dimmed menu item, can't be selected
  136. #        bright:        selectable menu item
  137. #        inverse:    currently highlighted menu item
  138. #        frame:        menu frame colour
  139. #
  140. #    Menubar:
  141. #        normal:        menu bar normal colour
  142. #        inverse:    colour of half blocks around selected menu
  143. #        bright:        selected menu colour
  144. #        altkey:        alt key standard colour
  145. #        altdown:    alt key pressed colour
  146. #
  147. #Menu=normal:6,7 inverse:7,0 bright:0,7
  148. #Menubar=normal:0,7 inverse:7,0 bright:7,0 altkey:4,7 altdown:7,0
  149.